home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / raversfilters / equalizer < prev    next >
Text File  |  1999-06-15  |  513b  |  31 lines

  1. Category: VideoRave
  2. Title: Equalizer
  3. Copyright: Copyright (c) 1997 by harry@visca.com
  4. Author: Harry the Raver
  5. Filename: Equalize.8bf
  6.  
  7. R:c<ctl(7)?scl(c,0,ctl(7),ctl(0),ctl(1)):c
  8.  
  9. G:c<ctl(7)?scl(c,0,ctl(7),ctl(2),ctl(3)):c
  10.  
  11. B:c<ctl(7)?scl(c,0,ctl(7),ctl(4),ctl(5)):c
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Start
  16. ctl[1]: Red End
  17. ctl[2]: Green  Start
  18. ctl[3]: Green End
  19. ctl[4]: Blue Start
  20. ctl[5]: Blue End
  21. ctl[7]: Scale Limit
  22.  
  23. val[0]: 25
  24. val[1]: 126
  25. val[2]: 60
  26. val[3]: 227
  27. val[4]: 41
  28. val[5]: 255
  29. val[7]: 204
  30.  
  31.